projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d218e17
)
GtkBox: Move overridden property ids to the end
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 7 Jun 2014 14:49:38 +0000
(10:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:52 +0000
(13:30 -0400)
This will make it easier to convert to g_object_install_properties
in the next commit.
gtk/gtkbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbox.c
b/gtk/gtkbox.c
index b8e87094b2afe864c3c620c57df9ac66a3a6d8a8..1ca6482e239d7b40dadfea19052510bd72ebc87f 100644
(file)
--- a/
gtk/gtkbox.c
+++ b/
gtk/gtkbox.c
@@
-90,10
+90,12
@@
enum {
PROP_0,
- PROP_ORIENTATION,
PROP_SPACING,
PROP_HOMOGENEOUS,
- PROP_BASELINE_POSITION
+ PROP_BASELINE_POSITION,
+
+ /* orientable */
+ PROP_ORIENTATION
};
enum {